←Select platform

SetItem Method

Summary

Sets an item in the collection with a new value.

Syntax
C#
VB
Java
protected override void SetItem( 
   int index, 
   T item 
) 
Protected Overrides Sub SetItem( _ 
   ByVal index As Integer, _ 
   ByVal item As T _ 
)  
public E set(int index, E object) 

Parameters

index
0-based index of the item.

item
New value

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Engine Assembly